Activate BGP peer group under the IPv6 unicast address family of the default VRF.
XCO does not activate the BGP peer group when you create a BGP peer group.
Note
efa tenant service bgp peer-group <create/update>
efa tenant service bgp peer-group create --tenant "t1" --name "vs" --pg-name 10.20.246.30:v1 --pg-asn 10.20.246.30,v1:5200 --pg-ipv6-uc-nbr-activate 10.20.246.30,v1:true --pg-ipv4-uc-nbr-route-map 10.20.246.30,v1:customer_1_in,in --pg-ipv4-uc-nbr-prefix-list 10.20.246.30,v1:customer_1_in,in --pg-name 10.20.246.30:v2 --pg-asn 10.20.246.30,v2:5201 --pg-name 10.20.246.30:v3 --pg-asn 10.20.246.30,v3:5203 --pg-name 10.20.246.30:v4 --pg-asn 10.20.246.30,v4:5204 --pg-name 10.20.246.29:v1 --pg-asn 10.20.246.29,v1:5200 --pg-ipv6-uc-nbr-activate 10.20.246.29,v1:true --pg-ipv4-uc-nbr-route-map 10.20.246.29,v1:customer_1_in,in --pg-ipv4-uc-nbr-prefix-list 10.20.246.29,v1:customer_1_in,in --pg-name 10.20.246.29:v2 --pg-asn 10.20.246.29,v2:5201 --pg-name 10.20.246.29:v3 --pg-asn 10.20.246.29,v3:5203 --pg-name 10.20.246.29:v4 --pg-asn 10.20.246.29,v4:5204 efa tenant service bgp peer create --tenant "t1" --name "vs" --ipv4-uc-dyn-nbr 10.20.246.29,vs:15.16.16.0/28,v1,20 --ipv4-uc-dyn-nbr 10.20.246.29,vs:15.16.17.0/28,v3,20 --ipv4-uc-dyn-nbr 10.20.246.29,vs:15.16.18.0/28,v4,20 --ipv6-uc-dyn-nbr 10.20.246.29,vs:14::/127,v2,10 --ipv6-uc-dyn-nbr 10.20.246.29,vs:15::/127,v3,10 --ipv4-uc-dyn-nbr 10.20.246.30,vs:15.16.16.0/28,v1,20 --ipv4-uc-dyn-nbr 10.20.246.30,vs:15.16.17.0/28,v3,20 --ipv4-uc-dyn-nbr 10.20.246.30,vs:15.16.18.0/28,v4,20 --ipv6-uc-dyn-nbr 10.20.246.30,vs:14::/127,v2,10 --ipv6-uc-dyn-nbr 10.20.246.30,vs:15::/127,v3,10
Rack1-Device1# show runn router bgp router bgp local-as 4200000000 capability as4-enable fast-external-fallover neighbor v1 peer-group neighbor v1 remote-as 5200 neighbor v2 peer-group neighbor v2 remote-as 5201 neighbor v3 peer-group neighbor v3 remote-as 5203 neighbor v4 peer-group neighbor v4 remote-as 5204 neighbor 10.20.20.7 remote-as 4200000000 neighbor 10.20.20.7 next-hop-self address-family ipv4 unicast network 172.31.254.35/32 network 172.31.254.185/32 neighbor v1 prefix-list customer_1_in in neighbor v1 route-map in customer_1_in maximum-paths 8 graceful-restart ! address-family ipv4 unicast vrf vs redistribute connected listen-range 15.16.16.0/28 peer-group v1 limit 20 listen-range 15.16.17.0/28 peer-group v3 limit 20 listen-range 15.16.18.0/28 peer-group v4 limit 20 maximum-paths 8 ! address-family ipv6 unicast neighbor v1 activate neighbor v2 activate neighbor v3 activate ! address-family ipv6 unicast vrf vs redistribute connected listen-range 14::/127 peer-group v2 limit 10 listen-range 15::/127 peer-group v3 limit 10 maximum-paths 8 ! address-family l2vpn evpn graceful-restart ! ! Rack1-Device1# |
Rack1-Device1# show runn router bgp router bgp local-as 4200000000 capability as4-enable fast-external-fallover neighbor v1 peer-group neighbor v1 remote-as 5200 neighbor v2 peer-group neighbor v2 remote-as 5201 neighbor v3 peer-group neighbor v3 remote-as 5203 neighbor v4 peer-group neighbor v4 remote-as 5204 neighbor 10.20.20.6 remote-as 4200000000 neighbor 10.20.20.6 next-hop-self address-family ipv4 unicast network 172.31.254.35/32 network 172.31.254.66/32 neighbor v1 prefix-list customer_1_in in neighbor v1 route-map in customer_1_in maximum-paths 8 graceful-restart ! address-family ipv4 unicast vrf vs redistribute connected listen-range 15.16.16.0/28 peer-group v1 limit 20 listen-range 15.16.17.0/28 peer-group v3 limit 20 listen-range 15.16.18.0/28 peer-group v4 limit 20 maximum-paths 8 ! address-family ipv6 unicast neighbor v1 activate neighbor v2 activate neighbor v3 activate ! address-family ipv6 unicast vrf vs redistribute connected listen-range 14::/127 peer-group v2 limit 10 listen-range 15::/127 peer-group v3 limit 10 maximum-paths 8 ! address-family l2vpn evpn graceful-restart ! ! Rack1-Device1# |